PATHMac OS 8 and 9 Developer Documentation > Interapplication Communication > AppleScript for Scripters >

AppleScript Language Guide

   

Expressions

An expression is any series of AppleScript words that has a value. You use expressions to represent or derive values in scripts. When AppleScript encounters an expression, it converts it into an equivalent value. This is known as evaluation .

The simplest kinds of expressions, called literal expressions, are representations of values in scripts. For more information on literal expressions, including examples, see Values and Constants

This chapter describes expressions in the following sections:


© 1999 Apple Computer, Inc. – (Last Updated 21 May 99)